POV-Ray : Newsgroups : povray.unofficial.patches : MegaPOVPlus 0.3.1 Windows version released : Re: MegaPOVPlus 0.3.1 Windows version released Server Time
2 Sep 2024 04:17:59 EDT (-0400)
  Re: MegaPOVPlus 0.3.1 Windows version released  
From: Jetlag
Date: 13 Sep 2000 02:02:22
Message: <39bf186e$1@news.povray.org>
Actually there is a very simple way to fix it [kludge], in frame.h just
change:

#define BlobPatternPatch

-- to: --

#ifndef POVWIN_FILE
  #define BlobPatternPatch
#endif

Now, if only the blob bug was that easy...


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.